Fix non-reserved name usage git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@287080 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/limits b/include/limits index 80a1be4..b066d74 100644 --- a/include/limits +++ b/include/limits
@@ -182,7 +182,7 @@ static _LIBCPP_CONSTEXPR const float_round_style round_style = round_toward_zero; }; -template <class _Tp, int digits, bool is_signed> +template <class _Tp, int digits, bool _IsSigned> struct __libcpp_compute_min { static _LIBCPP_CONSTEXPR const _Tp value = _Tp(_Tp(1) << digits);